POST /Job/RunMultiple/

Runs a set jobs.
 

Request

Method Request URI
POST /API/Job/RunMultiple/?sessionId=value

URI Parameters

URI Parameter Description
sessionId ID of the current session. Specifying via an Authorization request header instead is recommended.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: ids
Type: System.Collections.Generic.ICollection`1[System.Guid]

Response

Response Body

The System.Int64 ID of the job run, or a status code indicating the problem.